home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / comm / misc / dcdd_v2_4.lha / DCDD_1 < prev    next >
Text File  |  1994-10-01  |  732b  |  51 lines

  1. ; DCDD_1                                                         941001.1439
  2. ;
  3. if exists ram:-dl then
  4.    wait 2
  5.    else
  6.    makedir ram:-dl
  7. endif
  8. ;
  9. if exists DH1:-dl then
  10.    wait 2
  11.    else
  12.    makedir DH1:-dl
  13. endif
  14. ;
  15. if exists ram:continue then
  16.    wait 2
  17.    else
  18.    makedir ram:continue
  19. endif
  20. ;
  21. cd dh0:DemonDialer
  22.  
  23. rx DCDDtime.rexx
  24.  
  25. run BaudBandit BB.config
  26. wait 2
  27. ;Note: DCDD_1 below uses a different BBS phone list but keeps time totals
  28. ;      in the common files.
  29. ;
  30. rx DCDD.rexx DCDD_1
  31. ;
  32. copy RAM:-dl/#? DH1:-dl
  33. delete RAM:-dl/#? 
  34. delete RAM:-dl 
  35. ;
  36. if exists ram:AUTO then
  37.    delete ram:AUTO
  38. endif
  39. ;
  40. if exists ram:continue then
  41.    delete ram:continue
  42. endif
  43. ;
  44. if exists ram:exit_flag then
  45.    delete ram:exit_flag
  46. endif
  47. ;
  48. endcli
  49.  
  50.